home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / GooseheadRace2.swf / scripts / DefineButton2_92 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2001-07-07  |  189 b   |  13 lines

  1. on(press){
  2.    if(bankAcc < EngUp + racec1)
  3.    {
  4.       notEnoughMoney._visible = true;
  5.       NoEntry = false;
  6.       slock.start();
  7.    }
  8.    else
  9.    {
  10.       NoEntry = true;
  11.    }
  12. }
  13.